Skip to content

Commit

Permalink
Update linters.yml
Browse files Browse the repository at this point in the history
Add SVN installation
  • Loading branch information
adamwoodnz authored Jan 13, 2025
1 parent 02d00cf commit d1bf93d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install svn
shell: bash
run: |
sudo apt install subversion
- name: composer install
run: |
composer install
Expand Down

0 comments on commit d1bf93d

Please sign in to comment.